golangUntitled NoteUntitled Note1.int转换为字符串:Itoa() // Itoa(): int -> string println("a" + strconv.Itoa(32)) /